Remove WM_SYNCPAINT message handler
authorLuca Bacci <luca.bacci982@gmail.com>
Tue, 14 Dec 2021 17:32:51 +0000 (18:32 +0100)
committerLuca Bacci <luca.bacci982@gmail.com>
Sun, 2 Jan 2022 17:42:31 +0000 (18:42 +0100)
commit7a1004df7313518c5a9edf272000c502a33b5b47
treed9feca05ee82172e6f1d9c8b46db39870406b9b2
parent0e86d2b3452260b74c4b147df02231139bb2428a
Remove WM_SYNCPAINT message handler

It was added to work around what seemed to be an OS or graphics
driver issue on Windows XP. The issue was not reproducible on
Windows Vista anyway.

References:
* https://bugzilla.gnome.org/show_bug.cgi?id=153567
* https://gitlab.gnome.org/GNOME/gtk/-/commit/c8fef535
* https://devblogs.microsoft.com/oldnewthing/20120723-00/?p=7073
gdk/win32/gdkevents-win32.c